home *** CD-ROM | disk | FTP | other *** search
/ Sony Ericsson PC Suite K510 / PC Suite.iso / Drivers / USB Cable / w700mdmw.inf < prev    next >
Encoding:
Windows Setup INFormation  |  2006-02-19  |  4.6 KB  |  151 lines

  1. ;*****************************************************************************
  2. ;
  3. ; Name:  W700mdmw.inf
  4. ;
  5. ; Function:
  6. ;    Install the Sony Ericsson W700 USB WMC Modem Port Drivers on Win98/SE/ME
  7. ;
  8. ; Copyright (c) 1997-2005 MCCI
  9. ;
  10. ; MCCI is a registered trademark of Moore Computer Consultants, Inc
  11. ;
  12. ; NOTICE: This software is licensed, not sold.  Any modification of this
  13. ; inf file to change the reference to an operating system or to change the
  14. ; reference to a device is not permitted unless authorized in writing by
  15. ; Moore Computer Consultants, Inc..
  16. ;
  17. ;*****************************************************************************
  18.  
  19. [Version]
  20. signature="$CHICAGO$"
  21. Class=USB
  22. ClassGuid={36FC9E60-c465-11cf-8056-444553540000}
  23. Provider=%Provider%
  24. DriverVer=12/23/2005, 4.34.0.2705
  25. CatalogFile=W700mdm.cat
  26.  
  27.  
  28. [ControlFlags]
  29. ExcludeFromSelect = *
  30.  
  31. ;-----------------------------------------------------------------------------
  32. ;   Change A:\ to source drive (or omit to always (?) be prompted)
  33. ;-----------------------------------------------------------------------------
  34. [SourceDisksNames]
  35. ; diskid = description[, [tagfile] [, <unused>, subdir]]
  36. ;    having the tagfile non-null seems to help...
  37. 1=%DiskString%,"W700mdm",,
  38.  
  39. [SourceDisksFiles]
  40. ; filename = diskid[,[ subdir][, size]]
  41. W700mdm.sys = 1
  42. W700cr.sys = 1
  43. W700vcr.vxd = 1
  44. W700cm95.sys = 1
  45. W700cmnt.sys = 1
  46. W700comm.vxd = 1
  47. W700vcd.vxd = 1
  48.  
  49. ;-----------------------------------------------------------------------------
  50. ; Specify target paths...
  51. ;-----------------------------------------------------------------------------
  52. [DestinationDirs]
  53. DefaultDestDir          = 11                    ; LDID_SYS
  54.  
  55. ;-----------------------------------------------------------------------------
  56. ; Table of Contents
  57. ;-----------------------------------------------------------------------------
  58. [Manufacturer]
  59. %Sony Ericsson%=SEMCW700
  60.  
  61. ;-----------------------------------------------------------------------------
  62. ; Device-by-device entries
  63. ;-----------------------------------------------------------------------------
  64. [SEMCW700]
  65. %SEMCW700.Modem.Desc% = SEMCW700.Install, USB\VID_0FCE&PID_D056&MI_01&OS_9X
  66. %SEMCW700.Modem.Desc.2% = SEMCW700.Install, USB\VID_0FCE&PID_D056&MI_03&OS_9X
  67.  
  68. ;-----------------------------------------------------------------------------
  69. ; Installation instructions
  70. ;-----------------------------------------------------------------------------
  71.  
  72. [SEMCW700.Install]
  73. AddReg        = SEMCW700.AddReg,SEMCW700.W95.AddReg,SEMCW700.W95.AddReg.CRGuid
  74. CopyFiles    = CopyFiles, CopyFiles.W95, CopyFiles.sys, CopyFiles.W95.sys
  75. DriverVer=12/23/2005, 4.34.0.2705
  76.  
  77.  
  78. ;-----------------------------------------------------------------------------
  79. ;  Registry
  80. ;-----------------------------------------------------------------------------
  81.  
  82. ; common registry entries 
  83. [SEMCW700.AddReg]
  84. HKR,,NTMPDriver,,W700mdm.sys
  85. HKR,,CRUpperDescription,,%UpperDescription%
  86. HKR,,OverrideDefaultPortSettings, 0x10001, 01,00,00,00
  87. HKR,,InitialBaudRate, 0x10001, 00,C2,01,00            ;115200 initial baud rate
  88. HKR,,InitialLineControl,, "8N1"                    ;8-bits, No parity, 1 stop bit
  89. HKR,,EnableSetClearFeatureIdle, 0x10001, 01,00,00,00
  90.  
  91. ; only for Win95....
  92. [SEMCW700.W95.AddReg]
  93. HKR,,DevLoader,,*ntkern
  94.  
  95. [SEMCW700.W95.Addreg.CRGuid]
  96. HKR,,CRGuid,,{C5CB00A4-748E-47DA-90D2-C8E8D95098A4}
  97.  
  98. ;-----------------------------------------------------------------------------
  99. ;  Copy lists
  100. ;-----------------------------------------------------------------------------
  101. [CopyFiles]
  102.  
  103. [CopyFiles.W95]
  104. W700vcr.vxd
  105. W700comm.vxd
  106. W700vcd.vxd
  107.  
  108. [CopyFiles.sys]
  109. W700mdm.sys
  110. W700cr.sys
  111.  
  112. [CopyFiles.W95.sys]
  113. W700cm.sys,W700cm95.sys
  114. W700cm95.sys
  115. W700cmnt.sys
  116.  
  117. [Copyfiles.W95.inf]
  118.  
  119.  
  120.  
  121. ;-----------------------------------------------------------------------------
  122. ; STRINGS
  123. ;-----------------------------------------------------------------------------
  124. [Strings]
  125.  
  126. ;BEGIN ENG - US English Strings
  127. Provider = "Sony Ericsson"
  128. Sony Ericsson = "Sony Ericsson"
  129. DiskString = "Sony Ericsson W700 USB WMC Modem installation disk"
  130.  
  131. SEMCW700.Modem.Desc = "Sony Ericsson W700 USB WMC Data Modem"
  132. UpperDescription = "Sony Ericsson W700 USB WMC Modem"
  133.  
  134. SEMCW700.Modem.Desc.2 = "Sony Ericsson W700 USB WMC Modem"
  135.  
  136. CustomerDataPath = "SEMCW700"
  137. DriverSet = "SEMCW700 Software"
  138. UninstallFile = "W700Uninstall.exe"
  139. McciOptions = "Uninstallable"
  140.  
  141.  
  142. ;END ENG - US English Strings
  143.  
  144.  
  145. ;-----------------------------------------------------------------------------
  146. ; The following are symbolic constants which don't change per locale.
  147. ;-----------------------------------------------------------------------------
  148.  
  149.  
  150. ;*** end of file ***
  151.